PagesPerSheet

Allows configuring the number of pages per sheet.

Implemented by concrete PrintSettings implementations that support configuring the number of pages per sheet.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun pagesPerSheet(): PagesPerSheet
Returns the number of pages per sheet.
abstract fun pagesPerSheet(pagesPerSheet: PagesPerSheet): T
Configures the number of pages per sheet.